The purpose of this modification is to ensure that every normal request
[lhc/web/wiklou.git] / wiki.phtml
index d30db09..5141de3 100644 (file)
@@ -98,5 +98,6 @@ if ( Namespace::getSpecial() == $wgTitle->getNamespace() ) {
 
 $wgOut->output();
 foreach ( $wgDeferredUpdateList as $up ) { $up->doUpdate(); }
-
+logProfilingData();
+wfDebug( "Request ended normally\n" );
 ?>